I just wonder is there any quick way to get intraday (ex. freq = 1min) stock data in python like we did for daily data in tutorial? I've tried by adding start and end hour in dt.datetime(), but not working. Thanks a loot.
You must be logged in to post. Please login or register an account.
I don't think you can easily do it, but yahoo finance does have higher frequency intervals if you do smaller overall timeframes, but there's no pre-built way to pull that data that I know of.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.